* @See_also: #GtkFontChooser, #GtkDialog
*
* The #GtkFontChooserDialog widget is a dialog box for selecting a font.
+ * It implements the #GtkFontChooser interface.
*
-*
* <refsect2 id="GtkFontChooserDialog-BUILDER-UI">
* <title>GtkFontChooserDialog as GtkBuildable</title>
* The GtkFontChooserDialog implementation of the GtkBuildable interface
/** gtk_font_chooser_dialog_new:
* @title: (allow-none): Title of the dialog, or %NULL
- * @parent: (allow-none): Trasient parent of the dialog, or %NULL
+ * @parent: (allow-none): Transient parent of the dialog, or %NULL
*
* Creates a new #GtkFontChooserDialog.
*
* @Title: GtkFontChooserWidget
* @See_also: #GtkFontChooserWidgetDialog
*
- * The #GtkFontChooserWidget widget lists the available fonts, styles and sizes,
- * allowing the user to select a font.
- * It is used in the #GtkFontChooserWidgetDialog widget to provide a dialog box for
- * selecting fonts.
+ * The #GtkFontChooserWidget widget lists the available fonts,
+ * styles and sizes, allowing the user to select a font. It is
+ * used in the #GtkFontChooserWidgetDialog widget to provide a
+ * dialog box for selecting fonts.
*
* To set the font which is initially selected, use
* gtk_font_chooser_set_font().